home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar
/
1998
/
Aug
/
di9808rs
/
PLATONIC.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-18
|
215 b
|
14 lines
program Platonic;
uses
Forms,
PlatoniF in 'PlatoniF.pas' {PlatonicForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TPlatonicForm, PlatonicForm);
Application.Run;
end.